getGroupRevisionPages

suspend fun getGroupRevisionPages(groupId: String, fromRevision: Int, includeFirstRevision: Boolean = false): GroupHistoryPage

Query the server for group revision history. The history contains information about the changes between each revision and the user that made the change.

Parameters

revision

The latest known revision of the group, default value (-1) forces fetch from server

Throws